home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / CSUBR.LZH / CONOUT.C < prev    next >
Text File  |  1985-04-11  |  65b  |  7 lines

  1. conout(s,attr)
  2. char *s;
  3. int attr;
  4. {
  5.     scr_aputs(s,attr);
  6. }
  7.